From c135ac4a80450c78c800ad3acaf28c2c9e05f1c9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 1 Jun 2007 10:57:37 +0000 Subject: [PATCH] (Fshrink_window): Reflow docstring. --- src/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/window.c b/src/window.c index d6194565253..8a5137f2044 100644 --- a/src/window.c +++ b/src/window.c @@ -4110,8 +4110,8 @@ too small. */) DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", doc: /* Make current window ARG lines smaller. From program, optional second arg non-nil means shrink sideways arg columns. -Interactively, if an argument is not given, make the window one line smaller. Only -siblings to the right or below are changed. */) +Interactively, if an argument is not given, make the window one line smaller. +Only siblings to the right or below are changed. */) (arg, side) Lisp_Object arg, side; { -- 2.30.2